You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > FlipConj Method > Math387.FlipConj Method ([In] TCplx, out TCplx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.FlipConj Method ([In] TCplx, out TCplx)

Swaps real and imaginary part and conjugates the result.

Syntax
C#
Visual Basic
public static void FlipConj([In] TCplx X, out TCplx result);
Parameters 
Description 
[In] TCplx X 
Defines the input parameter for swapping real and complex part. 
out TCplx result 
Stores the result of swapping and conjugating: a+i*b, becomes: b-i*a
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!